projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c7cd1
)
Revert previous change.
author
Glenn Morris
<rgm@gnu.org>
Sat, 1 Dec 2007 03:24:39 +0000
(
03:24
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 1 Dec 2007 03:24:39 +0000
(
03:24
+0000)
lisp/gnus/format-spec.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/format-spec.el
b/lisp/gnus/format-spec.el
index c8664f22e76eb6c6dba59ce9509e89eb87cf9c82..951f9aecb81601c64e0956fc29cbce6e595eb156 100644
(file)
--- a/
lisp/gnus/format-spec.el
+++ b/
lisp/gnus/format-spec.el
@@
-27,6
+27,8
@@
;;; Code:
+(eval-when-compile (require 'cl))
+
(defun format-spec (format specification)
"Return a string based on FORMAT and SPECIFICATION.
FORMAT is a string containing `format'-like specs like \"bash %u %k\",